home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Ad / Mod03 / Mus / Shared.Dir / 00270.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  191 b   |  11 lines

  1. on mouseUp
  2.   global gBackPack
  3.   puppetSound("Blipple.aiff")
  4.   updateStage()
  5.   if getOne(gBackPack, #prize) <> 0 then
  6.     go("Vmapp", "@::VMapp")
  7.   else
  8.     go("Vmap", "@::VMap")
  9.   end if
  10. end
  11.